home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_3.zip / DISK11.BAT < prev    next >
DOS Batch File  |  1994-08-22  |  640b  |  24 lines

  1. : 1627648 1657856 1730560 1867776 2318336 
  2. :netss subdirectory for these files
  3. if not exist %1\command.com goto continue
  4. echo off
  5. echo  
  6. echo  If you need to switch disks in drive %1, please do so now.
  7. echo  
  8. pause
  9. echo on
  10. :continue
  11. files11 -e -yc  %1\
  12. if exist %4:netss.exe del %4:netss.exe
  13. if exist %4:..\epi6\epi6.exe goto copyepi6
  14. echo off
  15. echo  
  16. echo  Cannot find %4:..\EPI6\EPI6.EXE which is required to run the NETSS system.
  17. echo  You will need to place a copy of EPI6.EXE in the %4:NETSS subdirectory
  18. echo  and name it NETSS.EXE.
  19. echo  
  20. pause
  21. goto end
  22. :copyepi6
  23. copy %4:..\epi6\epi6.exe %4:netss.exe
  24. :end